home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15422 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1011 b 

  1. Path: aadt.sdt.com!usenet
  2. From: Larry Baker <leb@sdt.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help For Mathematical Programmig Using C++
  5. Date: Fri, 05 Apr 1996 12:03:50 -0800
  6. Organization: SABRE Decision Technologies
  7. Message-ID: <31657CA6.64CF@sdt.com>
  8. References: <4k0o5d$83g_001@salford.ac.uk> <4k29ms$2e1u@yuma.ACNS.ColoState.EDU>
  9. NNTP-Posting-Host: parmail.sdt.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. As the man says, what do you mean by "optimization?"
  16.  
  17. If you mean integer or mixed-integer programming, there's a product
  18. called 'C-Plex' that has a C binding that may be interesting to you.
  19. There's also a product OSL (Optimization Support Library) from IBM,
  20. but it has a fortran-like binding that is a bit of a hassle to use
  21. from C.
  22.  
  23. If optimization of continuous functions (or things like numeric
  24. integration, etc.) is what you're after, take a look at Virtual
  25. Numberics' IMSL library for C++.
  26.  
  27. Cheers,
  28.  
  29. Larry
  30.